X Windows Structures - XButtonEventWhat links here?
typedef struct {
	int type;		/* ButtonPress or ButtonRelease */
	unsigned long serial;	/* # of last request processed by server */
	Bool send_event;	/* true if this came from a SendEvent request */
	Display *display;	/* Display the event was read from */
	Window window;		/* ``event'' window it is reported relative to */
	Window root;		/* root window that the event occurred on */
	Window subwindow;	/* child window */
	Time time;		/* milliseconds */
	int x, y;		/* pointer x, y coordinates in event window */
	int x_root, y_root;	/* coordinates relative to root */
	unsigned int state;	/* key or button mask */
	unsigned int button;	/* detail */
	Bool same_screen;	/* same screen flag */
} XButtonEvent;
typedef XButtonEvent XButtonPressedEvent;
typedef XButtonEvent XButtonReleasedEvent;
X Windows Structures - XButtonEvent
filename:X Windows Structures - XButtonEvent
filename:X%20Windows%20Structures%20%2D%20XButtonEvent
last edit:January 14 2013 17:50:58 (4129 days ago)
ct = 1714974050.000000 = May 06 2024 01:40:50
ft = 1358203858.000000 = January 14 2013 17:50:58
dt = 356770192.000000